Giter Club home page Giter Club logo

intentionalsolutionversion's People

Contributors

dahall avatar daniels4n avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

intentionalsolutionversion's Issues

Fails on start #2 (VS 2022)

image
Error message changed! But problem is not solved - still fails on start...

Google says that in english error looks like "System.InvalidCastException"

Visual Studio MPF 15.0 Missing on VS2019

When trying to install this extension in Visual Studio 2019, I get a message that says "The following references must be present before installation can continue: Visual Studio MPF 15.0" and it does not allow me to install the extension.

Comment lines should be ignored

Thank you for the extension. I appreciate it's transparency about where the changes are being made.

I noticed, however, that If AssemblyInfo.cs contains commented lines and they are before non-commented line - the commented line is displayed and changed instead of actual line:

// [assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyVersion("1.1.1.0")]

Only the first line will be displayed in Update solution versions window and after changing the version it will be the only line that changed.

Empty lines should not be cleaned

When updating version info empty lines are removed. I don't know if anything else is affected but it should only touch version tags.

Thanks

Need to change last (4-th) version part

Now it works fine with changing version from 2.12.1 to 2.12.2 for example, BUT there is 4-th part of project version (build). I really need to change version from 2.12.1.2 to 2.12.1.3.

Help please!

4th segment added to version regardless of 'Use 4th version segment' setting.

The latest release (1.2.0) changed some functionality...

BTW, I love this tool and really appreciate all that you do! This makes our versioning much easier especially since we use VersionPrefix in our .csproj files (which allows us to specify a version suffix from our pipeline).

This is the Version that we are wanting to upgrade to 2.11.0 (this is a snippet from the .csproj file)
<VersionPrefix>2.10.0</VersionPrefix>

After running the tool with these settings:
image

These are the results after running the tool with those setting:
<VersionPrefix>2.11.0.0</VersionPrefix>

As you can see it appended on a .0 to the version number. I did not expect this behavior since I did not select Use 4th version segment.

Not Recognizing Existing Version Info

Recently (last month or two), the extension quit recognizing existing version information in my projects. Everything is recognized as version number 0.0.0. It used to display the version numbers in the .csproj files and would show both the values in the ApplicationVersion and Version tags. I'm using .NET Standard and .NET Core projects in Visual Studio 2022.

Error when trying to update version info

I get an error as soon as I press the menu item to update the version info.

I am using:

  • Visual Studio 2017 with a couple of important plugins that may possibly affect the world.
  • ReSharper
  • Vsvim
  • Supercharger

I have tried it on three solutions and get the same problem:

Solution 1

  • Two csproj projects
  • Both projects are class library projects
  • Both projects are .NET Framework 4.6.1
  • Both project names have periods in the name like "x.y.z"

Solution 2

  • Several csproj project projects
  • Some projects are nested under solution folders
  • All projects are .NET Framework 4.6.1
  • All project files are named similar to Solution 1

Solution 3

  • Three csproj projects
  • Simple names in the projects (no periods in the name)
  • .NET Framework 4.6.1

The code is proprietary so, unfortunately, I can not make it available. :(

I really want this to work so I can try to do different things to help. If you can provide a version with lots of debug lines or something, I will be more than happy to install it and get some output for you. I have done that before to help plugin developers.

Invalid update of PackageReference Version

In the project files the version of referenced NuGet packages is changed. This messes up the referenced NuGet packes. This version number must be managed by the NuGet package Manager.

    <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite">
      <Version>2.2.6</Version>     <==== DO NOT CHANGE THIS!
    </PackageReference>

I expect this tool to update the AssemblyVersion and AssemblyFileVersion. I.e., the version number I publish, not imported version numbers.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.