Skip to content

Commit

Permalink
Raise public version of all netcore projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
tusmester committed Apr 14, 2021
1 parent 1c216a7 commit 0d57d79
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/BlobStorage/SenseNet.BlobStorage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>7.6.0.2</Version>
<Version>7.6.1</Version>
<Authors>kavics,tusmester</Authors>
<Company>Sense/Net Inc.</Company>
<Copyright>Copyright © Sense/Net Inc.</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion src/Common/SenseNet.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>7.5.0.1</Version>
<Version>7.5.1</Version>
<PackageId>SenseNet.Common</PackageId>
<AssemblyName>SenseNet.Common</AssemblyName>
<RootNamespace>SenseNet.Common</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.0.19.3</Version>
<Version>0.0.20</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Company>Sense/Net Inc.</Company>
<Copyright>Copyright © Sense/Net Inc.</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion src/ContentRepository/SenseNet.ContentRepository.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>7.7.23.6</Version>
<Version>7.7.24</Version>
<Authors>kavics,aniko,lajos,tusmester</Authors>
<Company>Sense/Net Inc.</Company>
<Copyright>Copyright © Sense/Net Inc.</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion src/ContentRepository/ServicesComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ void SetSettingsDescription(string name, string description)
#endregion
});
builder.Patch("7.7.19", "7.7.19.2", "2021-04-12", "Upgrades sensenet content repository.")
builder.Patch("7.7.19", "7.7.20", "2021-04-14", "Upgrades sensenet content repository.")
.Action(context =>
{
#region CTD changes
Expand Down
2 changes: 1 addition & 1 deletion src/OData/SenseNet.OData.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.0.16.1</Version>
<Version>0.0.17</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Company>Sense/Net Inc.</Company>
<Copyright>Copyright © Sense/Net Inc.</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion src/Search/SenseNet.Search.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.4.5.1</Version>
<Version>2.4.6</Version>
<AssemblyName>SenseNet.Search</AssemblyName>
<RootNamespace>SenseNet.Search</RootNamespace>
<Company>Sense/Net Inc.</Company>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.0.20.2</Version>
<Version>0.0.21</Version>
<Company>Sense/Net Inc.</Company>
<Copyright>Copyright © Sense/Net Inc.</Copyright>
<PackageLicenseUrl>https://github.com/SenseNet/sensenet/blob/master/LICENSE</PackageLicenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/Services.Core/SenseNet.Services.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.0.21.6</Version>
<Version>0.0.22</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Company>Sense/Net Inc.</Company>
<Copyright>Copyright © Sense/Net Inc.</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion src/Services.Wopi/SenseNet.Services.Wopi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.0.7.1</Version>
<Version>0.0.8</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Company>Sense/Net Inc.</Company>
<Copyright>Copyright © Sense/Net Inc.</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion src/Storage/SenseNet.Storage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>7.7.19.3</Version>
<Version>7.7.20</Version>
<Authors>kavics,aniko,lajos,tusmester</Authors>
<Company>Sense/Net Inc.</Company>
<Copyright>Copyright © Sense/Net Inc.</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion src/WebHooks.Common/SenseNet.WebHooks.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.0.2.1</Version>
<Version>0.0.3</Version>
<Authors>kavics,aniko,tusmester</Authors>
<Company>Sense/Net Inc.</Company>
<Copyright>Copyright © Sense/Net Inc.</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion src/WebHooks/SenseNet.WebHooks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.0.3.1</Version>
<Version>0.0.4</Version>
<Authors>kavics,aniko,tusmester</Authors>
<Company>Sense/Net Inc.</Company>
<Copyright>Copyright © Sense/Net Inc.</Copyright>
Expand Down
4 changes: 2 additions & 2 deletions src/nuget/snadmin/install-services-core/manifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Package type='Install' >
<Id>SenseNet.Services</Id>
<Description>sensenet Services</Description>
<ReleaseDate>2021-04-12</ReleaseDate>
<Version>7.7.19.2</Version>
<ReleaseDate>2021-04-14</ReleaseDate>
<Version>7.7.20</Version>
<Steps>
<Phase>
<StartRepository startIndexingEngine="false" startWorkflowEngine="false" />
Expand Down

0 comments on commit 0d57d79

Please sign in to comment.