Skip to content

Commit

Permalink
label 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mimetis committed Feb 19, 2020
1 parent 7387270 commit e6f7f68
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Projects/Dotmim.Sync.Core/Dotmim.Sync.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageTags>Data, Database, Sync, Synchronization, Framework, Sql, MySql, Sqlite, Dotmim.Sync, NetStandard, SyncFramework</PackageTags>

<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<Version>0.4.2</Version>
<Version>0.4.3</Version>
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>

<LangVersion>7.3</LangVersion>
Expand Down
2 changes: 1 addition & 1 deletion Projects/Dotmim.Sync.MySql/Dotmim.Sync.MySql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageTags>Data, Database, Sync, Synchronization, Framework, Sql, MySql, Sqlite, Dotmim.Sync, NetStandard, SyncFramework</PackageTags>
<PackageProjectUrl>https://github.com/Mimetis/Dotmim.Sync</PackageProjectUrl>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<Version>0.4.2</Version>
<Version>0.4.3</Version>
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
<LangVersion>7.3</LangVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageTags>Data, Database, Sync, Synchronization, Framework, Sql, MySql, Sqlite, Dotmim.Sync, NetStandard, SyncFramework</PackageTags>
<PackageProjectUrl>https://mimetis.github.io/Dotmim.Sync/</PackageProjectUrl>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<Version>0.4.2</Version>
<Version>0.4.3</Version>
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageTags>Data, Database, Sync, Synchronization, Framework, Sql, MySql, Sqlite, Dotmim.Sync, NetStandard, SyncFramework</PackageTags>
<PackageProjectUrl>https://mimetis.github.io/Dotmim.Sync/</PackageProjectUrl>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<Version>0.4.2</Version>
<Version>0.4.3</Version>
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Projects/Dotmim.Sync.Sqlite/Dotmim.Sync.Sqlite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageProjectUrl>https://mimetis.github.io/Dotmim.Sync/</PackageProjectUrl>
<PackageTags>Data, Database, Sync, Synchronization, Framework, Sql, MySql, Sqlite, Dotmim.Sync, NetStandard, SyncFramework</PackageTags>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<Version>0.4.2</Version>
<Version>0.4.3</Version>
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
<LangVersion>7.3</LangVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageProjectUrl>https://mimetis.github.io/Dotmim.Sync/</PackageProjectUrl>
<PackageTags>Data, Database, Sync, Synchronization, Framework, Sql, MySql, Sqlite, Dotmim.Sync, NetStandard, SyncFramework</PackageTags>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<Version>0.4.2</Version>
<Version>0.4.3</Version>
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AssemblyName>Dotmim.Sync.Web.Server</AssemblyName>
<RootNamespace>Dotmim.Sync.Web.Server</RootNamespace>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<Version>0.4.2</Version>
<Version>0.4.3</Version>
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
</PropertyGroup>

Expand Down

0 comments on commit e6f7f68

Please sign in to comment.