Skip to content

Commit

Permalink
flavors version no increased (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZahidZafar committed Oct 12, 2022
1 parent 0a50edc commit ceaed67
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions net35/Countly/Properties/AssemblyInfo.cs
Expand Up @@ -32,7 +32,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("21.11.2.0")]
[assembly: AssemblyFileVersion("21.11.2.0")]
[assembly: AssemblyVersion("22.02.0.0")]
[assembly: AssemblyFileVersion("22.02.0.0")]

//[assembly: InternalsVisibleTo("CountlySample")]
4 changes: 2 additions & 2 deletions net40client/Countly/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("21.11.2.0")]
[assembly: AssemblyFileVersion("21.11.2.0")]
[assembly: AssemblyVersion("22.02.0.0")]
[assembly: AssemblyFileVersion("22.02.0.0")]
6 changes: 3 additions & 3 deletions netstd/Countly/Countly.csproj
Expand Up @@ -4,10 +4,10 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Description>Countly Windows SDK targeting net standard 2.0</Description>
<Product>Countly SDK</Product>
<AssemblyVersion>21.11.2.0</AssemblyVersion>
<AssemblyVersion>22.02.0.0</AssemblyVersion>
<Copyright>Copyright © Countly 2022</Copyright>
<FileVersion>21.11.2.0</FileVersion>
<Version>21.11.2</Version>
<FileVersion>22.02.0.0</FileVersion>
<Version>22.02.0</Version>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>CountlyWinSDKStrongNameKey.pfx</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
Expand Down
2 changes: 1 addition & 1 deletion nuget/Countly.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Countly</id>
<version>21.11.2</version>
<version>22.02.0</version>
<title>Countly Analytics</title>
<authors>Countly</authors>
<iconUrl>https://raw.githubusercontent.com/Countly/countly-sdk-windows/master/icon.png</iconUrl>
Expand Down
4 changes: 2 additions & 2 deletions pcl/Countly/Properties/AssemblyInfo.cs
Expand Up @@ -26,8 +26,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("21.11.2.0")]
[assembly: AssemblyFileVersion("21.11.2.0")]
[assembly: AssemblyVersion("22.02.0.0")]
[assembly: AssemblyFileVersion("22.02.0.0")]

//for making internal calls visible to tests
//[assembly: InternalsVisibleTo("CountlyTest_452")]
Expand Down
4 changes: 2 additions & 2 deletions uwp/Countly/Properties/AssemblyInfo.cs
Expand Up @@ -24,6 +24,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("21.11.2.0")]
[assembly: AssemblyFileVersion("21.11.2.0")]
[assembly: AssemblyVersion("22.02.0.0")]
[assembly: AssemblyFileVersion("22.02.0.0")]
[assembly: ComVisible(false)]

0 comments on commit ceaed67

Please sign in to comment.