vsts-assemblyinfo-task icon indicating copy to clipboard operation
vsts-assemblyinfo-task copied to clipboard

Assembly Info is an extension for Azure DevOps that populates assembly information metadata from a build pipeline.

Results 28 vsts-assemblyinfo-task issues
Sort by recently updated
recently updated
newest added

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.2 to 5.1.6. Release notes Sourced from typescript's releases. TypeScript 5.1.5 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

##[warning]Detected file encoding (iso-8859-2) is different to the one specified (utf-8). Hi, my .csproj file ist utf-8 and task is also with utf-8 encoding: ![image](https://github.com/BMuuN/vsts-assemblyinfo-task/assets/59652865/493ca568-e653-43dc-9629-017f6a140d90) ![image](https://github.com/BMuuN/vsts-assemblyinfo-task/assets/59652865/13620239-5cdf-4b12-b144-fd01cd0852a6) Everything works fine incl....

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 9.1.1 to 10.9.1. Release notes Sourced from ts-node's releases. v10.9.1 Fixed Workaround nodejs bug introduced in 18.6.0 (#1838) @​cspotcode Only affects projects on node >=18.6.0 using --esm...

dependencies

Bumps [jshint](https://github.com/jshint/jshint) from 2.13.4 to 2.13.6. Release notes Sourced from jshint's releases. JSHint 2.13.6 2.13.6 (2022-11-11) Bug Fixes Allow initializing const bindings to undef (fedaf6f) Correct error message (03b1a06) JSHint...

dependencies

This PR contains all package updates raised by dependabot

I'm trying tot set the PackageVersion using Assembly-Info-NetCore@3 and nothing is showing in the Directory.Build.props or *.csproj. The other fields like VersionNumber, FileVersionNumber, and InformationalVersion work. Any ideas? ``` Starting:...

While I may consider this a bug, it's probably by design. However, it does not satisfy my requirements. I use `#.#.#.*` as my AssemblyVersion. In essence, I just want to...

if (path.extname(file) !== '.csproj' && path.extname(file) !== '.vbproj' && path.extname(file) !== '.fsproj' && path.extname(file) !== '.props') { logger.warning('Invalid file. Only the following file extensions are supported: .csproj, .vbproj, .fsproj, .props');...