Skip to content

Commit

Permalink
Merge pull request #25 from RedisTimeSeries/version_bump_1.2
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
DvirDukhan authored Aug 27, 2020
2 parents c4f8571 + ec5729a commit 34d0c16
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NRedisTimeSeries.Example/NRedisTimeSeries.Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<ReleaseVersion>1.0.0</ReleaseVersion>
<ReleaseVersion>1.2.0</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion NRedisTimeSeries.Test/NRedisTimeSeries.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
<ReleaseVersion>1.0.0</ReleaseVersion>
<ReleaseVersion>1.2.0</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
5 changes: 4 additions & 1 deletion NRedisTimeSeries.sln
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ Global
{CCA3729A-3834-4A65-B56A-EA36882B33EC}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 1.0.0
version = 1.2.0
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion NRedisTimeSeries/NRedisTimeSeries.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ReleaseVersion>1.0.0</ReleaseVersion>
<ReleaseVersion>1.2.0</ReleaseVersion>
<Authors>Dvir Dukhan</Authors>
<Owners>Redis Labs</Owners>
<Description>.Net Client for RedisTimeSeries</Description>
Expand Down

0 comments on commit 34d0c16

Please # to comment.