Skip to content

Commit

Permalink
Version bump to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ASPePeX committed May 14, 2022
1 parent 594a04c commit 88cab5d
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<Authors>FuseeProjectTeam</Authors>
<Company>Furtwangen University</Company>
<Product>FUSEE</Product>
<Version>0.12.0</Version>
<AssemblyVersion>0.12.0</AssemblyVersion>
<FileVersion>0.12.0</FileVersion>
<PackageVersion>0.12.0</PackageVersion>
<Version>0.12.1</Version>
<AssemblyVersion>0.12.1</AssemblyVersion>
<FileVersion>0.12.1</FileVersion>
<PackageVersion>0.12.1</PackageVersion>
<Copyright>Copyright 2013-2022</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://fusee3d.org/</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion dis/DnTemplate/template/Fusee_App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Fusee.Desktop" Version="0.12.0" />
<PackageReference Include="Fusee.Desktop" Version="0.12.1" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions dis/VSTemplate/VSIX/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.12.0")]
[assembly: AssemblyFileVersion("0.12.0")]
[assembly: AssemblyVersion("0.12.1")]
[assembly: AssemblyFileVersion("0.12.1")]
2 changes: 1 addition & 1 deletion dis/VSTemplate/VSIX/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="-1" Version="0.12.0" Language="en-US" Publisher="FUSEEProjectTeam" />
<Identity Id="-1" Version="0.12.1" Language="en-US" Publisher="FUSEEProjectTeam" />
<DisplayName>Fusee.Template.VS</DisplayName>
<Description xml:space="preserve">Fusee Project Template</Description>
<Tags>template</Tags>
Expand Down
2 changes: 1 addition & 1 deletion dis/VSTemplate/VSTemplate/Android/Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</ItemGroup>
<!-- Fusee References -->
<ItemGroup>
<PackageReference Include="Fusee.Android" Version="0.12.0" />
<PackageReference Include="Fusee.Android" Version="0.12.1" />
<ProjectReference Include="..\Core\Core.csproj" />
</ItemGroup>
<!-- Assets -->
Expand Down
2 changes: 1 addition & 1 deletion dis/VSTemplate/VSTemplate/Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Fusee.Core" Version="0.12.0" />
<PackageReference Include="Fusee.Core" Version="0.12.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion dis/VSTemplate/VSTemplate/Desktop/Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Fusee.Desktop" Version="0.12.0" />
<PackageReference Include="Fusee.Desktop" Version="0.12.1" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions dis/VSTemplate/VSTemplate/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.12.0")]
[assembly: AssemblyFileVersion("0.12.0")]
[assembly: AssemblyVersion("0.12.1")]
[assembly: AssemblyFileVersion("0.12.1")]
2 changes: 1 addition & 1 deletion src/Tools/BlenderScripts/addons/io_export_fus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
bl_info = {
"name": ".fus format",
"author": "The FUSEE Project Team",
"version": (0, 12, 0),
"version": (0, 12, 1),
"blender": (2, 80, 0),
"location": "File > Import-Export",
"description": "Export to the FUSEE .fus format/as a FUSEE Web application",
Expand Down

0 comments on commit 88cab5d

Please sign in to comment.