Skip to content

Commit 6ad11f0

Browse files
authored
chore: bump source version (AscensionGameDev#2063)
1 parent 4c10236 commit 6ad11f0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ body:
4747
attributes:
4848
label: Last version that worked well
4949
description: Is there a version of Intersect on which this _did_ work? If yes, please provide the version number, otherwise enter 'Unknown'.
50-
placeholder: E.g. v0.7.2 or Unknown
50+
placeholder: E.g. v0.8.0 or Unknown
5151
validations:
5252
required: true
5353
email: true

Intersect.Client/app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
3-
<assemblyIdentity version="0.7.2.0" name="Intersect_Client" />
3+
<assemblyIdentity version="0.8.0.0" name="Intersect_Client" />
44
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
55
<security>
66
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">

Intersect.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Product>Intersect Game Engine</Product>
99
<RepositoryType>git</RepositoryType>
1010
<RepositoryUrl>https://github.com/AscensionGameDev/Intersect-Engine</RepositoryUrl>
11-
<Version>0.7.2.0</Version>
11+
<Version>0.8.0.0</Version>
1212
</PropertyGroup>
1313

1414
<PropertyGroup Label="Assembly Properties">
@@ -25,7 +25,7 @@
2525
</PropertyGroup>
2626

2727
<ItemGroup>
28-
<None Include="$(IntersectRepoPath)\assets\intersect-logo-qu.png" Pack="true" PackagePath="\"/>
29-
<EmbeddedResource Include="$(IntersectRepoPath)\assets\intersect-logo-qu.ico" Pack="true" PackagePath="\"/>
28+
<None Include="$(IntersectRepoPath)\assets\intersect-logo-qu.png" Pack="true" PackagePath="\" />
29+
<EmbeddedResource Include="$(IntersectRepoPath)\assets\intersect-logo-qu.ico" Pack="true" PackagePath="\" />
3030
</ItemGroup>
3131
</Project>

0 commit comments

Comments
 (0)