Skip to content

Commit 69ab020

Browse files
committed
updated version to 4.0.0
1 parent 66e4ef5 commit 69ab020

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
msbuild Light.GuardClauses.csproj /t:rebuild /t:pack /p:Configuration=Release /p:SignAssembly=true /p:AssemblyOriginatorKeyFile=bin\Light.GuardClauses.snk
1+
msbuild Light.GuardClauses.csproj /t:clean;build;pack /p:Configuration=Release /p:SignAssembly=true /p:AssemblyOriginatorKeyFile=bin\Light.GuardClauses.snk

Code/Light.GuardClauses/Light.GuardClauses.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>netstandard2.0;netstandard1.0;net45;net40;sl5;net35;net35-cf</TargetFrameworks>
55
<LangVersion>7.2</LangVersion>
66
<Description>A lightweight .NET library for expressive Guard Clauses.</Description>
7-
<Version>3.5.0</Version>
7+
<Version>4.0.0</Version>
88
<Authors>Kenny Pflug</Authors>
99
<Company>Kenny Pflug</Company>
1010
<Copyright>Copyright © Kenny Pflug 2016 - 2018</Copyright>
@@ -14,6 +14,11 @@
1414
<RepositoryType>Git</RepositoryType>
1515
<PackageTags>Assertions Preconditions GuardClauses DesignByContract DbC</PackageTags>
1616
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
17+
<PackageReleaseNotes>Light.GuardClauses 4.0
18+
IMPORTANT NOTE: there are a lot of breaking changes in between version 3.5 and 4.0 - mainly because a lot of assertions were removed. If you are missing a particular assertion and think it should come back, please open an issue and let me know.
19+
20+
See the complete list of new features and changes on https://github.com/feO2x/Light.GuardClauses/releases/tag/v4.0.0
21+
</PackageReleaseNotes>
1722
</PropertyGroup>
1823

1924
<PropertyGroup Condition="'$(TargetFramework)' == 'net35'">

0 commit comments

Comments
 (0)