Skip to content

Commit

Permalink
ScadaCommon: update version to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
2mik committed Apr 1, 2023
1 parent 6ea5eab commit e65707b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ScadaCommon/FileStorage/FileStorage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Scada.Storages.FileStorage</RootNamespace>
<Version>6.0.0</Version>
<Version>6.1.0</Version>
<Authors>Mikhail Shiryaev</Authors>
<Company>Rapid Software LLC</Company>
<Product>Rapid SCADA</Product>
Expand Down
2 changes: 1 addition & 1 deletion ScadaCommon/PostgreSqlStorage/PostgreSqlStorage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Scada.Storages.PostgreSqlStorage</RootNamespace>
<Version>6.0.0</Version>
<Version>6.1.0</Version>
<Authors>Mikhail Shiryaev</Authors>
<Company>Rapid Software LLC</Company>
<Product>Rapid SCADA</Product>
Expand Down
2 changes: 1 addition & 1 deletion ScadaCommon/ScadaCommon.Forms/ScadaCommon.Forms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<RootNamespace>Scada.Forms</RootNamespace>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Version>6.0.0</Version>
<Version>6.1.0</Version>
<Authors>Mikhail Shiryaev</Authors>
<Company>Rapid Software LLC</Company>
<Product>Rapid SCADA</Product>
Expand Down
2 changes: 1 addition & 1 deletion ScadaCommon/ScadaCommon.Log/ScadaCommon.Log.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Scada.Log</RootNamespace>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Version>6.0.0</Version>
<Version>6.1.0</Version>
<Product>Rapid SCADA</Product>
<Company>Rapid Software LLC</Company>
<Authors>Mikhail Shiryaev</Authors>
Expand Down
2 changes: 1 addition & 1 deletion ScadaCommon/ScadaCommon.MultiDb/ScadaCommon.MultiDb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<EnableDynamicLoading>true</EnableDynamicLoading>
<RootNamespace>Scada.MultiDb</RootNamespace>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Version>6.0.0</Version>
<Version>6.1.0</Version>
<Authors>Mikhail Shiryaev</Authors>
<Company>Rapid Software LLC</Company>
<Product>Rapid SCADA</Product>
Expand Down
2 changes: 1 addition & 1 deletion ScadaCommon/ScadaCommon/ScadaCommon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Scada</RootNamespace>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Version>6.0.0</Version>
<Version>6.1.0</Version>
<Authors>Mikhail Shiryaev</Authors>
<Company>Rapid Software LLC</Company>
<Product>Rapid SCADA</Product>
Expand Down

0 comments on commit e65707b

Please sign in to comment.