Skip to content

Commit abafed6

Browse files
committed
Autofac bump to 6.2.0 (PR#282)
Simplify.DI bump to 4.0.16 Changelog added Version set
1 parent 028407c commit abafed6

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [1.0.1] - 2021-04-22
4+
5+
### Dependencies
6+
7+
- Autofac bump to 6.2.0 (PR#282)
8+
- Simplify.DI bump to 4.0.16

src/Simplify.DI.Provider.Autofac/Simplify.DI.Provider.Autofac.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1111

12-
<Version>1.0</Version>
13-
<PackageReleaseNotes>
14-
* Initial release (with Autofac 6.1.0)
15-
</PackageReleaseNotes>
12+
<Version>1.0.1</Version>
1613

1714
<Authors>Simplify community</Authors>
1815
<Product>Simplify</Product>
@@ -22,12 +19,15 @@
2219
<PackageIcon>icon.png</PackageIcon>
2320
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2421
<PackageTags>.NET DI IOC-container-provider Autofac</PackageTags>
22+
23+
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.DI.Provider.Autofac/CHANGELOG.md for details</PackageReleaseNotes>
2524
</PropertyGroup>
2625
<ItemGroup>
2726
<PackageReference Include="Simplify.DI" Version="4.0.*" />
2827
<PackageReference Include="Autofac" Version="6.2.*" />
2928
</ItemGroup>
3029
<ItemGroup>
3130
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
31+
<None Include="CHANGELOG.md" Pack="true" PackagePath="\" />
3232
</ItemGroup>
3333
</Project>

0 commit comments

Comments
 (0)