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 0b7e1f4 commit 94c46d6Copy full SHA for 94c46d6
src/Atata.Configuration.Json/Atata.Configuration.Json.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<TargetFrameworks>net40;net45;netstandard2.0</TargetFrameworks>
5
- <Version>0.16.0</Version>
+ <Version>0.17.0</Version>
6
<Authors>Yevgeniy Shunevych</Authors>
7
<Company>Yevgeniy Shunevych</Company>
8
<Product>Atata Framework</Product>
src/CommonAssemblyInfo.cs
@@ -6,5 +6,5 @@
[assembly: AssemblyCopyright("© Yevgeniy Shunevych 2018")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
9
-[assembly: AssemblyVersion("0.16.0")]
10
-[assembly: AssemblyFileVersion("0.16.0")]
+[assembly: AssemblyVersion("0.17.0")]
+[assembly: AssemblyFileVersion("0.17.0")]
0 commit comments