Skip to content

Commit 32c7786

Browse files
committed
Version update
1 parent 28aa73d commit 32c7786

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/Simplify.System/Simplify.System.Sources.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>Simplify.System.Sources</id>
5-
<version>1.2.1</version>
5+
<version>$version$</version>
66
<title>Simplify.System.Sources</title>
77
<authors>Alexander Krylkov</authors>
88
<owners>Alexander Krylkov</owners>

src/Simplify.System/Simplify.System.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77
<Product>Simplify</Product>
88
<Description>Core classes for applications and libraries</Description>
99
<Copyright>Licensed under LGPL</Copyright>
10-
<Version>1.2</Version>
10+
<Version>1.2.1</Version>
1111
<PackageProjectUrl>https://github.com/SimplifyNet/Simplify/wiki/Simplify.System</PackageProjectUrl>
1212
<PackageIconUrl>https://raw.githubusercontent.com/SimplifyNet/Images/master/Logo.png</PackageIconUrl>
1313
<RepositoryUrl>https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.System</RepositoryUrl>
1414
<RepositoryType>GIT</RepositoryType>
1515
<PackageTags>.NET</PackageTags>
1616
<PackageReleaseNotes>
17-
+ ConfigurationException added
1817
</PackageReleaseNotes>
1918
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
2019
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.System.xml</DocumentationFile>

0 commit comments

Comments
 (0)