Skip to content

Commit

Permalink
Set preview lang version
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist committed Sep 29, 2023
1 parent 0788386 commit 1919ab0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>$(DefaultTargetFrameworks);$(CompatibilityTargetFrameworks)</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<LangVersion>preview</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LangVersion>latest</LangVersion>
<LangVersion>preview</LangVersion>
<PackageId>IEvangelist.Azure.CosmosEventSourcing</PackageId>
<Company>Microsoft Corporation</Company>
<Product>IEvangelist Azure Cosmos Event Sourcing</Product>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Company>Microsoft Corporation</Company>
<Product>IEvangelist Azure Cosmos Repository</Product>
<TargetFrameworks>$(DefaultTargetFrameworks);$(CompatibilityTargetFrameworks)</TargetFrameworks>
<LangVersion>latest</LangVersion>
<LangVersion>preview</LangVersion>
<Description>This client library enables client applications to connect to Azure Cosmos via a repository pattern around the official Azure Cosmos .NET SDK. Azure Cosmos is a globally distributed, multi-model database service. For more information, refer to http://azure.microsoft.com/services/cosmos-db/. </Description>
<Copyright>Copyright © IEvangelist. All rights reserved. Licensed under the MIT License.</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Company>Microsoft Corporation</Company>
<Product>IEvangelist Azure Cosmos Repository</Product>
<TargetFrameworks>$(DefaultTargetFrameworks);$(CompatibilityTargetFrameworks)</TargetFrameworks>
<LangVersion>latest</LangVersion>
<LangVersion>preview</LangVersion>
<Description>This client library enables client applications to connect to Azure Cosmos via a repository pattern around the official Azure Cosmos .NET SDK. Azure Cosmos is a globally distributed, multi-model database service. For more information, refer to http://azure.microsoft.com/services/cosmos-db/.</Description>
<Copyright>Copyright © IEvangelist. All rights reserved. Licensed under the MIT License.</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
Expand Down

0 comments on commit 1919ab0

Please sign in to comment.