We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd58bcd commit 28aa73dCopy full SHA for 28aa73d
src/Simplify.System/Simplify.System.Sources.nuspec
@@ -2,7 +2,7 @@
2
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3
<metadata>
4
<id>Simplify.System.Sources</id>
5
- <version>$version$</version>
+ <version>1.2.1</version>
6
<title>Simplify.System.Sources</title>
7
<authors>Alexander Krylkov</authors>
8
<owners>Alexander Krylkov</owners>
@@ -12,7 +12,9 @@
12
<description>Core classes for applications and libraries.</description>
13
<summary>Core classes for applications and libraries.</summary>
14
<releaseNotes>
15
- + ConfigurationException added
+ Breaking changes
16
+ * Nullable types enabled
17
+ * C# 8 features enabled
18
</releaseNotes>
19
<copyright>Licensed under LGPL</copyright>
20
<language>en-US</language>
0 commit comments