Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit f103f68

Browse files
committed
version 1.0.0
1 parent 671c3ed commit f103f68

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Change log
2+
3+
All notable changes to the LaunchDarkly .NET SDK Redis integration will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4+
5+
## [1.0.0] - 2018-09-28
6+
7+
Initial release.

LaunchDarkly.Client.Redis.StrongName/LaunchDarkly.Client.Redis.StrongName.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>1.0.0-beta6</Version>
4+
<Version>1.0.0</Version>
55
<TargetFrameworks>netstandard1.6;netstandard2.0;net45</TargetFrameworks>
66
<PackageLicenseUrl>https://raw.githubusercontent.com/launchdarkly/dotnet-client-redis/master/LICENSE</PackageLicenseUrl>
77
<AssemblyName>LaunchDarkly.Client.Redis.StrongName</AssemblyName>
88
<OutputType>Library</OutputType>
99
<PackageId>LaunchDarkly.Client.Redis.StrongName</PackageId>
1010
<Company>LaunchDarkly</Company>
11-
<Description>LaunchDarkly .Net Client Redis Integration</Description>
11+
<Description>LaunchDarkly .NET Client Redis Integration</Description>
1212
<Copyright>Copyright 2018 LaunchDarkly</Copyright>
1313
</PropertyGroup>
1414

LaunchDarkly.Client.Redis/LaunchDarkly.Client.Redis.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>1.0.0-beta6</Version>
4+
<Version>1.0.0</Version>
55
<TargetFrameworks>netstandard1.6;netstandard2.0;net45</TargetFrameworks>
66
<PackageLicenseUrl>https://raw.githubusercontent.com/launchdarkly/dotnet-client-redis/master/LICENSE</PackageLicenseUrl>
77
<AssemblyName>LaunchDarkly.Client.Redis</AssemblyName>
88
<OutputType>Library</OutputType>
99
<PackageId>LaunchDarkly.Client.Redis</PackageId>
1010
<Company>LaunchDarkly</Company>
11-
<Description>LaunchDarkly .Net Client Redis Integration</Description>
11+
<Description>LaunchDarkly .NET Client Redis Integration</Description>
1212
<Copyright>Copyright 2018 LaunchDarkly</Copyright>
1313
</PropertyGroup>
1414

0 commit comments

Comments
 (0)