Giter VIP home page Giter VIP logo

autoupdateprojectsminimumrequiredclickonceversion's Introduction

Hand waving Hi, I'm Dan Schroeder, known on the web as deadlydog

Word cloud banner with descriptive words about Dan Schroeder

ℹ About me

  • Have a passion for software development and automation.
  • Been writing code for over 20 years; since ~2000.
  • Master's degree in Computer Science.
  • Enjoy creating open source software, mostly in GitHub.
  • Also have some private repos and pipelines tucked away in Azure DevOps.

🍨 Content

💬 Social

Twitter Mastodon LinkedIn YouTube Stack Overflow

🏆 Stats

GitHub stats Top languages GitHub streak stats Stack Overflow stats

📜 Certifications

My badges from Credly

Microsoft Certified: DevOps Engineer Expert badge Microsoft Certified: Azure Developer Associate badge Microsoft Certified: Azure Fundamentals badge AZ-400: Designing and Implementing Microsoft DevOps Solutions badge Exam 483: Programming in C# badge Exam 480: Programming in HTML5 with JavaScript and CSS3 badge

🎈Just for fun

Watch a 🐍 eat my GitHub contributions 🍏.

GitHubContributionsSnake

autoupdateprojectsminimumrequiredclickonceversion's People

Contributors

deadlydog avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

autoupdateprojectsminimumrequiredclickonceversion's Issues

Add support for pubxml files

Would it be possible to add support for the new .net Core csproj files and .pubxml publish files?
I'd like to use this tool, but it only recognizes publish rules if they are embedded in the project file. That is not the standard behavior, publish profiles are now stored in standalone files

The publish profile files can be found here: $(ProjectDir)Properties\PublishProfiles\

The target extension is .pubxml

To identify ClickOnce publish profiles look for this tag in the pubxml file: <PublishProtocol>ClickOnce</PublishProtocol>. This identifies the profile as a ClickOnce as opposed to folder or Docker profiles

Additionally, it would be very nice for the publish profile to get its version numbers from the csproj file
Example:

  • Publish profile versions:
    • <ApplicationVersion>0.1.0.0</ApplicationVersion>
    • <MinimumRequiredVersion>0.1.0.0</MinimumRequiredVersion>
  • csproj version
    • <Version>0.1.1.0</Version>

I want to be able to set csproj.Version and have both of the publish profile versions update as well

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.