Skip to content

Commit 297cbee

Browse files
committed
Bump version
1 parent 9ed5dab commit 297cbee

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

libcaide/libcaide.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: libcaide
3-
version: 2.10.0
3+
version: 2.10.1
44
build-type: Custom
55
license: GPL-3.0-or-later
66
license-file: LICENSE

vscaide/VsCaidePackage/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// You can specify all the values or you can default the Build and Revision Numbers
3030
// by using the '*' as shown below:
3131
// [assembly: AssemblyVersion("1.0.*")]
32-
[assembly: AssemblyVersion("2.10.0")]
33-
[assembly: AssemblyFileVersion("2.10.0")]
32+
[assembly: AssemblyVersion("2.10.1")]
33+
[assembly: AssemblyFileVersion("2.10.1")]

vscaide/VsCaidePackage/VsCaidePackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace slycelote.VsCaide
3636
/// </para>
3737
/// </remarks>
3838
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
39-
[InstalledProductRegistration("#110", "#112", "2.10.0", IconResourceID = 400)] // Info on this package for Help/About
39+
[InstalledProductRegistration("#110", "#112", "2.10.1", IconResourceID = 400)] // Info on this package for Help/About
4040
[Guid(VsCaidePackage.PackageGuidString)]
4141
[ProvideAutoLoad(VSConstants.UICONTEXT.NoSolution_string, PackageAutoLoadFlags.BackgroundLoad)]
4242
[ProvideAutoLoad(VSConstants.UICONTEXT.SolutionExists_string, PackageAutoLoadFlags.BackgroundLoad)]

vscaide/VsCaidePackage/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="8e97a36f-88cc-49ee-8e47-df660b4c7d83" Version="2.10.0" Language="en-US" Publisher="slycelote" />
4+
<Identity Id="8e97a36f-88cc-49ee-8e47-df660b4c7d83" Version="2.10.1" Language="en-US" Publisher="slycelote" />
55
<DisplayName>VsCaide</DisplayName>
66
<Description xml:space="preserve">Automates certain common tasks that you do during programming competitions: parsing, running and debugging problem tests, inlining library code.</Description>
77
<MoreInfo>https://github.com/slycelote/caide</MoreInfo>

0 commit comments

Comments
 (0)