Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Narazaka committed Dec 25, 2019
1 parent 0cb9614 commit 8cb41ab
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion seedtable-egui/electron.manifest.json
Expand Up @@ -8,7 +8,7 @@
"appId": "net.narazaka.seedtable-egui.app",
"productName": "seedtable-egui",
"copyright": "Copyright © 2019 Narazaka",
"buildVersion": "4.0.0-rc4",
"buildVersion": "4.0.0",
"compression": "maximum",
"directories": {
"output": "../../../bin/Desktop"
Expand Down
2 changes: 1 addition & 1 deletion seedtable-egui/seedtable-egui.csproj
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<RootNamespace>seedtable_egui</RootNamespace>
<Authors>Narazaka</Authors>
<Version>4.0.0-rc4</Version>
<Version>4.0.0</Version>
<Product>seedtable</Product>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/seed-ui/seedtable</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion seedtable-gui/seedtable-gui.csproj
Expand Up @@ -5,7 +5,7 @@
<UseWindowsForms>true</UseWindowsForms>
<AssemblyName>seedtable-gui</AssemblyName>
<RootNamespace>seedtable_gui</RootNamespace>
<Version>4.0.0-rc4</Version>
<Version>4.0.0</Version>
<Authors>Narazaka</Authors>
<Company />
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion seedtable-test/seedtable-test.csproj
Expand Up @@ -11,7 +11,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/seed-ui/seedtable</PackageProjectUrl>
<RepositoryUrl>https://github.com/seed-ui/seedtable.git</RepositoryUrl>
<Version>4.0.0-rc4</Version>
<Version>4.0.0</Version>
</PropertyGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
Expand Down
2 changes: 1 addition & 1 deletion seedtable-x11/XmSeedtable/XmSeedtable.csproj
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<AssemblyName>XmSeedTable</AssemblyName>
<RootNamespace>XmSeedTable</RootNamespace>
<Version>4.0.0-rc4</Version>
<Version>4.0.0</Version>
<Authors>Narazaka</Authors>
<Company />
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion seedtable/seedtable.csproj
Expand Up @@ -6,7 +6,7 @@
<ApplicationIcon>seedtable.ico</ApplicationIcon>
<AssemblyName>seedtable</AssemblyName>
<RootNamespace>SeedTable</RootNamespace>
<Version>4.0.0-rc4</Version>
<Version>4.0.0</Version>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Company />
<Authors>Narazaka</Authors>
Expand Down

0 comments on commit 8cb41ab

Please sign in to comment.